home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 8_scripts / guh < prev    next >
Text File  |  2001-03-21  |  990b  |  27 lines

  1. Synopsis:
  2.    load guh
  3.  
  4. Description:
  5.    This script consists of a trio of functions, primarily aimed at fetching
  6.    information about other clients.  Each relies on a server query, so they
  7.    may not return the requested information immediately.
  8.  
  9.    The first is $whatchan().  It takes a single nickname as its argument,
  10.    and uses WHOIS to try to return a list of channels that nickname is on.
  11.  
  12.    The second is $is_on().  It also takes a single nickname as its argument.
  13.    If the nickname is currently on irc, it returns that nickname; it returns
  14.    nothing if it is not in use.
  15.  
  16.    The last is $uh().  It takes an arbitrary number of nicknames as its
  17.    arguments, and uses them as the input arguments for a USERHOST call.  It
  18.    returns the output from USERHOST, usually a list of addresses, one per
  19.    nickname.
  20.  
  21. See Also:
  22.    ison(2); load(5); userhost(2); whois(2)
  23.  
  24. Other Notes:
  25.    These functions were written by Jeremy Nelson (hop), jnelson@acronet.net.
  26.  
  27.